csh - shell

Shell 101

Created: 2022-07-23
Tags: #fleeting


  • has in-built support for arithmetic operations
  • syntax similar to c-programming languange
  • the c shell or csh has aliases feature

Path: /bin/csh
By default,

  • hostname# for ROOT user
  • hostname% for NON - root user

References